label: Move if statement where it makes sense
authorTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 13:45:37 +0000 (15:45 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:30:37 +0000 (20:30 +0200)
commitcb80b32ee8c1c9ab6b6c483d75221e2cd63cab43
treef12ebc93b235300a1fcb2c3cf4d84a09e8787147
parent4e0f10955ac0e246ab0c5f98e91a1e137cfffcb3
label: Move if statement where it makes sense

In the else branch of the if statement before this one, we're assigning
*smallest = *widest anyway, so this if statement is never true. Move it
to the if block before instead, where it can apply.
gtk/gtklabel.c